home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
fortran
/
fckdemo1.zip
/
GLOBARG3.LST
< prev
next >
Wrap
File List
|
1994-04-12
|
683b
|
30 lines
c
c FORCHECK
c Global Argument Verification 3
PROGRAM Draw
CHARACTER*80 linbuf
DO i = 1, 10
CALL PRINT (linbuf)
READ *, linbuf
ENDDO
END
SUBROUTINE PRINT (linbuf)
CHARACTER*120 linbuf
PRINT *, linbuf
END
FORCHECK PC V11.10 MS5 compiler emulation 20-Jan-94 11:34:14 page: 1
GLOBARG3.FOR
global program analysis:
PRINT, referenced in DRAW, argument no 1
**[386 E] input argument was not assigned
PRINT, referenced in DRAW, argument no 1
**[296 E] actual array or character variable shorter than dummy